home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global frameseeker
- if the lastClick > (180 * 60) then
- silence()
- mayhem()
- set the visible of sprite 18 to 0
- set the visible of sprite 17 to 1
- set frameseeker to random(600)
- go(frameseeker)
- set the movieTime of sprite 34 to 0
- set the movieRate of sprite 34 to 1
- play frame "war se"
- end if
- if the lastClick > (70 * 60) then
- silence()
- mayhem()
- set the visible of sprite 18 to 0
- set the visible of sprite 17 to 1
- set frameseeker to random(600)
- go(frameseeker)
- set the movieTime of sprite 34 to 0
- set the movieRate of sprite 34 to 1
- play frame "war se"
- end if
- if (the lastClick > (60 * 60)) and (the movieRate of sprite 37 = 0) then
- set the movieRate of sprite 37 to 1
- play frame "alien"
- else
- silence()
- mayhem()
- set the visible of sprite 18 to 0
- set the visible of sprite 17 to 1
- set frameseeker to random(1135)
- go(frameseeker)
- set the movieTime of sprite 34 to 0
- set the movieRate of sprite 34 to 1
- play frame "war se"
- end if
- set the movieTime of sprite 34 to 0
- set the movieRate of sprite 34 to 1
- play frame "chopper"
- end
-